From: Debian Med Packaging Team Date: Thu, 16 Oct 2025 20:15:12 +0000 (-0400) Subject: clean after failure X-Git-Tag: archive/raspbian/2.17.0+ds-6+rpi1^2^2^2^2~19 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=eeb683e7ba7eaabe2a498bdafc48bcccfec50b3f;p=ncbi-blast%2B.git clean after failure Last-Updated: 2013-06-01 Forwarded: no Gbp-Pq: Name enable_clean_after_failed_compile --- diff --git a/c++/src/build-system/new_module.sh.in b/c++/src/build-system/new_module.sh.in index bb388155..e027c89f 100644 --- a/c++/src/build-system/new_module.sh.in +++ b/c++/src/build-system/new_module.sh.in @@ -203,7 +203,7 @@ if test -z "$datatool"; then # keep looking if test -n "$DYLD_LIBRARY_PATH"; then wrapper="DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH" fi - else + elif [ "$1" != "purge_sources" ] ; then echo "Unable to find datatool." >&2 exit 2 fi